home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 6 / Eagles_Nest_Mac_Collection_Disc_6.TOAST / Windows / VBExamples / VB Examples.image / MEMODOCS.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-07-08  |  2KB  |  39 lines

  1. MemoDocs
  2. Add a Memo File
  3. Form1
  4. Label1
  5. !     &File Name:   (w/ Extension)
  6. NewMemoName
  7. Label2
  8. "     &Cell Name:      (or Address)
  9. NewItemName
  10.     AddButton
  11. CancelButton
  12. &Cancel
  13. AddButton_Click
  14. NewFirstName
  15. NewLastName
  16. NewFileName
  17. NewItemName
  18. NewMemoName
  19. CancelButton_Clickz
  20.  MEMODOCS.FRMM
  21.  Dialog box for eliciting the file name 
  22.  and item name for a new memo file.n    
  23. AddButton_Click
  24.  Validate and accept the new entries.
  25.  If both fields are not present,
  26.  display an error message.
  27. Enter a file name and a cell name.
  28. Add a Memo File"
  29.  Reset the focus and hide this form,
  30.  returning control to the MEMOPRNT form.
  31.  AddButton_Click    
  32. CancelButton_Click
  33.  Respond to the user's cancel command.
  34.  Blank out the two text boxesx
  35.  and reset the focus.u
  36.  Hide this form, returning control
  37.  to the MEMOPRNT form.
  38. End Sub  ' CancelButton_Click
  39.